Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=711bd4e74cfb78f6fe902f8f678252b9e2caa4be

commit 711bd4e74cfb78f6fe902f8f678252b9e2caa4be
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Thu Nov 22 14:53:45 2007 +0100

typo fix when installing localized manpages

diff --git a/Makefile.conf.inc b/Makefile.conf.inc
index d6d6648..f4cab3f 100644
--- a/Makefile.conf.inc
+++ b/Makefile.conf.inc
@@ -1,5 +1,4 @@
-compile_needs = $(CONFNAME).so
-compile: $(conpile_needs)
+compile: $(CONFNAME).so
+$(DO_RECURSIVE)

install:
diff --git a/doc/Makefile b/doc/Makefile
index 9d068f8..fc3f97d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -18,9 +18,6 @@

-include ../Makefile.inc
-include ../config.mak
--include ../Makefile.conf.inc
-
-compile_needs =

SUBDIRS = po

@@ -69,7 +66,7 @@ clean:

install-man1:
for i in $(LANGS); do \
-               $(INSTALL) -D -m755 $(DESTDIR)$(mandir)/$$i/man1; \
+               $(INSTALL) -d -m755 $(DESTDIR)$(mandir)/$$i/man1; \
for j in $(MANS); do \
$(INSTALL) -m644 $$i/$$j "$(DESTDIR)$(mandir)/$$i/man1/$$j"; \
done; \
@@ -78,3 +75,6 @@ install-man1:
pot:
po4a -k 0 po4a.cfg
rm -rf po/*.po $(LANGS)
+
+prepare:
+       +$(DO_RECURSIVE)
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to