summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Eduardo Rodrigues DiĆ³genes <carlosd@src.gnome.org>2006-12-15 21:39:54 +0000
committerCarlos Eduardo Rodrigues DiĆ³genes <carlosd@src.gnome.org>2006-12-15 21:39:54 +0000
commitee8ce3ee6dcab9610816fc117e2fc9ac71b728ea (patch)
treec4ea136fb6f3caa91034a67393f3858b780d7b6f
parent25a81a23ffca6b8cb68e96a2edbd8f43f3a2ec78 (diff)
make some changes to Makefile.am to be able to run make distcheck
-rw-r--r--docs/man/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
index dec14ff..616e433 100644
--- a/docs/man/Makefile.am
+++ b/docs/man/Makefile.am
@@ -3,13 +3,15 @@ man_MANS = magnifier.1
EXTRA_DIST = $(man_MANS)
+MAN_PAGE = magnifier.1.man
+
all: all-am
-magnifier.1: magnifier.1.man
- cp $< $@
+magnifier.1:
+ cp $(MAN_PAGE) $@
-magnifier.html: magnifier.1.man
- man2html $< > $@
+magnifier.html:
+ man2html $(MAN_PAGE) > $@
CLEANFILES = $(mag_MANS)