]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Don't rebuild sarg.1 when making all
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Dec 2010 13:13:36 +0000 (13:13 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Dec 2010 13:13:36 +0000 (13:13 +0000)
The building of the manpage requires the xsl stylesheets that are not
located at the same place on every system. Moreover, it is not
necessary to rebuild it as it can be shipped with the sources.
Therefore, "make all" only rebuild sarg without making sarg.1.

Makefile.in

index b1350f3e14cd42a45eedf9b6181b49772606240d..de9da8ac5b91d8e7e3291b474c245272b91377f4 100644 (file)
@@ -47,7 +47,7 @@ DISTFILES = $(SRCS) ABOUT-NLS
 SUBDIRS = po
 .PHONY: all install clean uninstall mostlyclean distclean update-po doc $(SUBDIRS)
 
-all: sarg sarg.1
+all: sarg
 
 .c.o:
        $(CC) -c -I. $(CPPFLAGS) $(DEFS) $(CFLAGS) $<