summaryrefslogtreecommitdiff
path: root/doc/en/makefile
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-06-12 08:36:58 +0200
committerMichael Vogt <mvo@debian.org>2014-06-12 08:36:58 +0200
commitcfc7f735774ba30dbee1897248f8dfedf0229a4c (patch)
treeb4e0ac29a6b398045a803e890f5cdabcca189d6a /doc/en/makefile
parenta0187f0f82a184b850b05b62e5a59b6a2055a506 (diff)
parent7701680af12a2c1a65121533c6ebcd635c013c25 (diff)
Merge tag '1.0.1ubuntu2' into ubuntu/trusty
Conflicts: configure.ac debian/changelog debian/control test/integration/framework
Diffstat (limited to 'doc/en/makefile')
-rw-r--r--doc/en/makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/en/makefile b/doc/en/makefile
index 247ce38b5..1be137c73 100644
--- a/doc/en/makefile
+++ b/doc/en/makefile
@@ -19,23 +19,19 @@ apt-vendor.ent: ../../vendor/current/apt-vendor.ent
ln -sf $(shell readlink -f $^) $@
# Install generation hooks
-manpages: $($(LOCAL)-LIST) apt.8
+manpages: $($(LOCAL)-LIST)
$($(LOCAL)-LIST) :: % : ../%.xml $(STYLESHEET) $(INCLUDES)
echo Creating man page $@
$(XSLTPROC) -o $@ $(STYLESHEET) $<
-apt.8: ../apt.8
- cp -a ../apt.8 apt.8
-
# Clean rule
.PHONY: clean/$(LOCAL)
veryclean: clean/$(LOCAL)
clean: clean/$(LOCAL)
clean/$(LOCAL):
- -rm -rf $($(@F)-LIST) apt.8 apt-vendor.ent
+ -rm -rf $($(@F)-LIST) apt-vendor.ent
endif
# Chain to the manpage rule
-SOURCE = apt.8
include $(MANPAGE_H)