]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
ad665919d183fb02d58037be9a822b64 eggdrop-doc_makefile.patch
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 11 Mar 2003 22:26:01 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop-doc_makefile.patch -> 1.1

eggdrop-doc_makefile.patch [new file with mode: 0644]

diff --git a/eggdrop-doc_makefile.patch b/eggdrop-doc_makefile.patch
new file mode 100644 (file)
index 0000000..3631e36
--- /dev/null
@@ -0,0 +1,29 @@
+--- doc/Makefile.in    Tue Mar 11 22:25:14 2003
++++ doc/Makefile.d     Tue Mar 11 22:37:35 2003
+@@ -15,7 +15,8 @@
+ DOCS = ABOUT AUTHORS BANS BOTNET BUG-REPORT compiling.FAQ CONTENTS \
+ first_script.txt KNOWN-PROBLEMS MODULES PARTYLINE patch.howto \
+ tcl-commands.doc text-substitutions.doc tricks UPDATES.pre1.5 UPDATES1.5 \
+-UPDATES1.6 USERS
++UPDATES1.6 USERS \
++LANGUAGE.finnish LANGUAGE.portuguese LANGUAGE.portuguese.br
+ MAN1 = man1/eggdrop.1
+@@ -48,6 +49,9 @@
+       @if test ! -d $(DESTDIR)/doc/settings; then \
+               $(top_srcdir)/misc/mkinstalldirs $(DESTDIR)/doc/settings; \
+       fi
++      @if test ! -d $(DESTDIR)/doc/modules; then \
++              $(top_srcdir)/misc/mkinstalldirs $(DESTDIR)/doc/modules; \
++      fi
+       @echo "Copying docs."
+       @for i in $(DOCS); do \
+               $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)/doc/; \
+@@ -68,5 +72,6 @@
+                       $(INSTALL_DATA) $$i $(DESTDIR)/doc/html/; \
+               done; \
+       fi
++      @cp -r $(srcdir)/modules/* $(DESTDIR)/doc/modules/;
+ #safety hash
This page took 0.049496 seconds and 4 git commands to generate.