14 lines
421 B
Diff
14 lines
421 B
Diff
|
Index: doc/Makefile
|
||
|
===================================================================
|
||
|
--- doc/Makefile.orig
|
||
|
+++ doc/Makefile
|
||
|
@@ -23,7 +23,7 @@ install: $(doc)
|
||
|
install -m 755 -d $(destdir)$(htmldir) \
|
||
|
$(destdir)$(mandir)/man1
|
||
|
install -m 644 xca*.html $(destdir)$(htmldir)
|
||
|
- install *.1.gz $(destdir)/$(mandir)/man1
|
||
|
+ install -m 644 *.1.gz $(destdir)/$(mandir)/man1
|
||
|
|
||
|
app: xca.html
|
||
|
mkdir -p $(APPDIR)/Resources
|