Browse Source

* ppc386.cfg -> fpc.cfg

carl 24 years ago
parent
commit
94bc8de9c0

+ 1 - 1
install/README

@@ -33,7 +33,7 @@ LD              linker to use
                 Default: LD=ld
                 Default: LD=ld
 
 
 RELEASE         setting this to a value (for example RELEASE=1) will compile
 RELEASE         setting this to a value (for example RELEASE=1) will compile
-                for a release, no ppc.cfg is read an compile is done with
+                for a release, no fpc.cfg is read an compile is done with
                 the following settings: '-Xs -OG2p2 -n'
                 the following settings: '-Xs -OG2p2 -n'
 
 
 VERBOSE         setting this to a value (for example VERBOSE=1) will compile
 VERBOSE         setting this to a value (for example VERBOSE=1) will compile

+ 2 - 2
install/debian/README.Debian

@@ -19,9 +19,9 @@ in /etc/texmf/texmf.cnf to use (at least) the specified values:
 As shipped, only the .pdf docs are built. You may want to make the HTML
 As shipped, only the .pdf docs are built. You may want to make the HTML
 files with latex2html by yourself, and eventually adapt the doc-base file.
 files with latex2html by yourself, and eventually adapt the doc-base file.
      
      
-To create a new config file for fpc (/etc/ppc.cfg) use the command:
+To create a new config file for fpc (/etc/fpc.cfg) use the command:
  /usr/lib/fpc/1.0.4/samplecfg /usr/lib/fpc/1.0.4
  /usr/lib/fpc/1.0.4/samplecfg /usr/lib/fpc/1.0.4
-However, you should be aware, that said file /etc/ppc.cfg is
+However, you should be aware, that said file /etc/fpc.cfg is
 declared as a conffile since version 1.0.2.
 declared as a conffile since version 1.0.2.
 
 
 Free Vision (fp-fv) had to be removed due to licesing issues.
 Free Vision (fp-fv) had to be removed due to licesing issues.

+ 1 - 1
install/debian/fp-compiler.conffiles

@@ -1 +1 @@
-/etc/ppc386.cfg
+/etc/fpc.cfg

+ 2 - 2
install/debian/fp-compiler.files.in

@@ -1,4 +1,4 @@
-/etc/ppc386.cfg
+/etc/fpc.cfg
 /usr/bin/fpc
 /usr/bin/fpc
 /usr/lib/fpc/%{fpcversion}/ppc386
 /usr/lib/fpc/%{fpcversion}/ppc386
 /usr/lib/fpc/%{fpcversion}/samplecfg
 /usr/lib/fpc/%{fpcversion}/samplecfg
@@ -6,4 +6,4 @@
 /usr/share/doc/fp-compiler
 /usr/share/doc/fp-compiler
 /usr/share/man/man1/fpc.1
 /usr/share/man/man1/fpc.1
 /usr/share/man/man1/ppc386.1
 /usr/share/man/man1/ppc386.1
-/usr/share/man/man5/ppc386.cfg.5
+/usr/share/man/man5/fpc.cfg.5

+ 1 - 1
install/debian/rules

@@ -145,7 +145,7 @@ install-arch-stamp: build-arch-stamp debian-files-stamp
 	$(MAKE) demo_install $(INSTALLOPTS) INSTALL_DOCDIR=$(DOC_DIR)/fp-compiler
 	$(MAKE) demo_install $(INSTALLOPTS) INSTALL_DOCDIR=$(DOC_DIR)/fp-compiler
 	$(MAKE) doc_install $(INSTALLOPTS) INSTALL_DOCDIR=$(DOC_DIR)/fp-compiler
 	$(MAKE) doc_install $(INSTALLOPTS) INSTALL_DOCDIR=$(DOC_DIR)/fp-compiler
 
 
-# Create ppc386.cfg which is included as conffile
+# Create fpc.cfg which is included as conffile
 	chmod 755 compiler/utils/samplecfg 
 	chmod 755 compiler/utils/samplecfg 
 	compiler/utils/samplecfg "/usr/lib/fpc/\$$version" $(INSTALL_DIR)/etc
 	compiler/utils/samplecfg "/usr/lib/fpc/\$$version" $(INSTALL_DIR)/etc
 	touch install-arch-stamp
 	touch install-arch-stamp

+ 1 - 1
install/install.sh

@@ -179,7 +179,7 @@ if yesno "Install demos"; then
 fi
 fi
 echo
 echo
 
 
-# Install /etc/ppc386.cfg, this is done using the samplecfg script
+# Install /etc/fpc.cfg, this is done using the samplecfg script
 $LIBDIR/samplecfg $LIBDIR
 $LIBDIR/samplecfg $LIBDIR
 
 
 # The End
 # The End