blob: c7d2c5a2d9aa313ec2e82e284e93fc6e44657eb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig Mon Apr 9 02:43:10 2001
+++ Makefile Mon Apr 9 02:43:36 2001
@@ -20,8 +20,8 @@
install --mode=644 pixmaps/gonvert_icon.png $(DESTDIR)/$(DATADIR)/pixmaps #copy gnome pictures over
install --directory $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #create a directory for gnome menu description
install --mode=644 gonvert.desktop $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #copy the gnome menu description
- install --directory $(MYDOCDIR) #create a directory that holds project documentation
- install --mode=644 doc/* $(MYDOCDIR) #copy project documentation
+# install --directory $(MYDOCDIR) #create a directory that holds project documentation
+# install --mode=644 doc/* $(MYDOCDIR) #copy project documentation
uninstall:
rm -f $(DESTDIR)/$(BINDIR)/$(PROGRAMNAME)
|