]> git.pld-linux.org Git - packages/eggdrop.git/blob - eggdrop-doc_makefile.patch
- fix build
[packages/eggdrop.git] / eggdrop-doc_makefile.patch
1 --- eggdrop1.6.21/doc/Makefile.in~      2012-03-31 04:32:33.000000000 +0300
2 +++ eggdrop1.6.21/doc/Makefile.in       2012-03-31 04:32:58.536425562 +0300
3 @@ -14,7 +14,8 @@
4  
5  DOCS = ABOUT BANS BOTNET BUG-REPORT COMPILE-GUIDE CONTENTS \
6  Changes1.6 FIRST-SCRIPT KNOWN-PROBLEMS MODULES PARTYLINE PATCH-HOWTO \
7 -TEXT-SUBSTITUTIONS TRICKS USERS Versions WEIRD-MESSAGES tcl-commands.doc
8 +TEXT-SUBSTITUTIONS TRICKS USERS Versions WEIRD-MESSAGES tcl-commands.doc \
9 +LANGUAGE.finnish LANGUAGE.portuguese LANGUAGE.portuguese.br
10  
11  MAN1 = man1/eggdrop.1
12  
13 @@ -50,6 +51,10 @@
14                 echo "Creating 'doc/settings' subdirectory."; \
15                 $(top_srcdir)/misc/mkinstalldirs $(DEST)/doc/settings >/dev/null; \
16         fi
17 +       @if test ! -d $(DEST)/doc/modules; then \
18 +               echo "Creating 'doc/modules' subdirectory."; \
19 +               $(top_srcdir)/misc/mkinstalldirs $(DEST)/doc/modules >/dev/null; \
20 +       fi
21         @echo "Copying docs."
22         @for i in $(DOCS); do \
23                 $(INSTALL_DATA) $(srcdir)/$$i $(DEST)/doc/; \
24 @@ -70,3 +75,4 @@
25                         $(INSTALL_DATA) $$i $(DEST)/doc/html/; \
26                 done; \
27         fi
28 +       @cp -pr $(srcdir)/modules/* $(DEST)/doc/modules
This page took 0.088486 seconds and 3 git commands to generate.