]> git.pld-linux.org Git - packages/anjuta.git/blob - anjuta-ac_am.patch
- fix in %istall.
[packages/anjuta.git] / anjuta-ac_am.patch
1 diff -Nur anjuta-0.1.9/data/Makefile.am anjuta-0.1.9.new/data/Makefile.am
2 --- anjuta-0.1.9/data/Makefile.am       Thu Feb 14 20:28:34 2002
3 +++ anjuta-0.1.9.new/data/Makefile.am   Sun Apr 28 04:55:33 2002
4 @@ -31,9 +31,9 @@
5  MACROS_dir = $(prefix)/@NO_PREFIX_PACKAGE_DATA_DIR@/gnome
6  
7  install-data-local: system.tags
8 -       mkdir -p $(MACROS_dir)
9 -       $(INSTALL_DATA) $(MACROS:%=$(top_srcdir)/macros/%) $(MACROS_dir)
10 -       $(INSTALL_DATA) system.tags $(anjuta_datadir)
11 +       mkdir -p $(DESTDIR)$(MACROS_dir)
12 +       $(INSTALL_DATA) $(MACROS:%=$(top_srcdir)/macros/%) $(DESTDIR)$(MACROS_dir)
13 +       $(INSTALL_DATA) system.tags $(DESTDIR)$(anjuta_datadir)
14  
15  uninstall-local:
16         @rm -fv $(MACROS:%=$(MACROS_dir)/%)
17 diff -Nur anjuta-0.1.9/manuals/sgmldocs.make anjuta-0.1.9.new/manuals/sgmldocs.make
18 --- anjuta-0.1.9/manuals/sgmldocs.make  Thu Feb 14 20:28:34 2002
19 +++ anjuta-0.1.9.new/manuals/sgmldocs.make      Sun Apr 28 04:40:50 2002
20 @@ -52,12 +52,6 @@
21  index.html: $(docname)/index.html
22         -cp $(docname)/index.html .
23  
24 -$(docname).sgml: $(sgml_ents)
25 -        -ourdir=`pwd`;  \
26 -        cd $(srcdir);   \
27 -        cp $(sgml_ents) $$ourdir
28 -
29 -
30  # The weird srcdir trick is because the db2html from the Cygnus RPMs
31  # cannot handle relative filenames
32  $(docname)/index.html: $(srcdir)/$(docname).sgml
This page took 0.023375 seconds and 3 git commands to generate.