]> git.pld-linux.org Git - packages/anjuta.git/blob - anjuta-no_systemtags.patch
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/anjuta.git] / anjuta-no_systemtags.patch
1 diff -uNr anjuta-0.1.9.orig/Makefile.am anjuta-0.1.9/Makefile.am
2 --- anjuta-0.1.9.orig/Makefile.am       Thu Feb 14 20:28:34 2002
3 +++ anjuta-0.1.9/Makefile.am    Tue Sep 17 10:36:46 2002
4 @@ -3,7 +3,7 @@
5  ## If you don't want it to overwrite it,
6  ##     Please disable it in the Anjuta project configuration
7  
8 -SUBDIRS = intl po macros tagmanager global-tags scintilla \
9 +SUBDIRS = intl po macros tagmanager scintilla \
10         widgets manuals omf-install src pixmaps data \
11         doc launcher plugins scripts
12  
13 diff -uNr anjuta-0.1.9.orig/configure.in anjuta-0.1.9/configure.in
14 --- anjuta-0.1.9.orig/configure.in      Thu Feb 14 20:28:34 2002
15 +++ anjuta-0.1.9/configure.in   Tue Sep 17 10:39:02 2002
16 @@ -364,7 +364,6 @@
17  macros/Makefile
18  tagmanager/Makefile
19  tagmanager/include/Makefile
20 -global-tags/Makefile
21  scintilla/Makefile
22  widgets/Makefile
23  manuals/Makefile
24 diff -uNr anjuta-0.1.9.orig/data/Makefile.am anjuta-0.1.9/data/Makefile.am
25 --- anjuta-0.1.9.orig/data/Makefile.am  Tue Sep 17 11:27:53 2002
26 +++ anjuta-0.1.9/data/Makefile.am       Tue Sep 17 11:28:50 2002
27 @@ -30,7 +30,7 @@
28  
29  MACROS_dir = $(prefix)/@NO_PREFIX_PACKAGE_DATA_DIR@/gnome
30  
31 -install-data-local: system.tags
32 +install-data-local: 
33         mkdir -p $(DESTDIR)$(MACROS_dir)
34         $(INSTALL_DATA) $(MACROS:%=$(top_srcdir)/macros/%) $(DESTDIR)$(MACROS_dir)
35         $(INSTALL_DATA) system.tags $(DESTDIR)$(anjuta_datadir)
36 @@ -48,9 +48,3 @@
37  
38  clean-local:
39         @rm -f system.tags
40 -
41 -system.tags:
42 -       cd $(top_builddir)/tagmanager && make libctags.a
43 -       cd $(top_builddir)/global-tags && make system.tags
44 -       mv $(top_builddir)/global-tags/system.tags .
45 -
46 diff -uNr anjuta-0.1.9.orig/data/Makefile.am anjuta-0.1.9/data/Makefile.am
47 --- anjuta-0.1.9.orig/data/Makefile.am  Tue Sep 17 11:55:19 2002
48 +++ anjuta-0.1.9/data/Makefile.am       Tue Sep 17 11:56:09 2002
49 @@ -33,11 +33,9 @@
50  install-data-local: 
51         mkdir -p $(DESTDIR)$(MACROS_dir)
52         $(INSTALL_DATA) $(MACROS:%=$(top_srcdir)/macros/%) $(DESTDIR)$(MACROS_dir)
53 -       $(INSTALL_DATA) system.tags $(DESTDIR)$(anjuta_datadir)
54  
55  uninstall-local:
56         @rm -fv $(MACROS:%=$(MACROS_dir)/%)
57 -       @rm -fv $(anjuta_datadir)/system.tags
58         if test -d $(MACROS_dir); then \
59           rmdir $(MACROS_dir); \
60           \
61 @@ -47,4 +45,3 @@
62         fi
63  
64  clean-local:
65 -       @rm -f system.tags
This page took 0.077461 seconds and 3 git commands to generate.