Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37566586
en ru br
ALT Linux repos
S:5.1.25-alt6
5.0: 5.1.22-alt1
4.1: 5.1.20-alt3
4.0: 5.1.20-alt3
3.0: 5.1.18-alt1

Group :: Sciences/Mathematics
RPM: grace

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: grace-5.1.9-alt1-alt-makefile-install_man.patch
Download


diff -uNr grace-5.1.9.orig3/doc/Makefile grace-5.1.9/doc/Makefile
--- grace-5.1.9.orig3/doc/Makefile	2002-06-22 15:40:21 +0400
+++ grace-5.1.9/doc/Makefile	2002-08-14 03:01:21 +0400
@@ -84,10 +84,10 @@
 devclean : distclean
 	$(RM) $(DVIDOCS) $(PSDOCS) $(PDFDOCS) $(HTMLDOCS)
 
-install : $(HTMLS) $(HTMLDOCS) $(DVIDOCS) $(TUTDATA) $(MANPAGES)
-	$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/doc
-	for i in $?; do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/doc; done
-	cd $(DESTDIR)$(GRACE_HOME)/doc; \
+install : $(MANPAGES)
+	$(MKINSTALLDIRS) $(mandir)/man1
+	for i in $?; do $(INSTALL_DATA) $$i $(mandir)/man1; done
+	cd $(mandir)/man1; \
 	for i in $(MANLINKS); do $(RM) $$i; $(LN_S) $(GRACEMAN) $$i; done
 
 $(DESTDIR)$(GRACE_HOME)/doc/grace.1 : $(MANPAGES)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin