summaryrefslogtreecommitdiff
path: root/buildlib/sgml_manpage.mak
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:24 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:24 +0000
commitb8a0f3fd9961b06d0c85c04ff815f22db818571e (patch)
tree5d584fd71f87ecabb3c1f96ce73eb50c27eba576 /buildlib/sgml_manpage.mak
parente5002e30de6295533732fd8e74aad86aa67bab9f (diff)
Fix building of sgml manpages.
Author: doogie Date: 2003-02-02 08:05:31 GMT Fix building of sgml manpages.
Diffstat (limited to 'buildlib/sgml_manpage.mak')
-rw-r--r--buildlib/sgml_manpage.mak6
1 files changed, 1 insertions, 5 deletions
diff --git a/buildlib/sgml_manpage.mak b/buildlib/sgml_manpage.mak
index 607ead373..5fcb75c46 100644
--- a/buildlib/sgml_manpage.mak
+++ b/buildlib/sgml_manpage.mak
@@ -11,8 +11,6 @@
# See defaults.mak for information about LOCAL
# Some local definitions
-ifdef NSGMLS
-ifdef SGMLSPL
ifdef DOCBOOK2MAN
LOCAL := sgml-manpage-$(firstword $(SOURCE))
@@ -24,7 +22,7 @@ veryclean: veryclean/$(LOCAL)
$($(LOCAL)-LIST) :: % : %.sgml $(INCLUDES)
echo Creating man page $@
- $(NSGMLS) $< | $(SGMLSPL) $(DOCBOOK2MAN)
+ $(DOCBOOK2MAN) $<
# Clean rule
.PHONY: veryclean/$(LOCAL)
@@ -33,8 +31,6 @@ veryclean/$(LOCAL):
HAVE_SGML=yes
endif
-endif
-endif
INCLUDES :=