emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/psgml 3a6cd79: Move files to fit ELPA format


From: Stefan Monnier
Subject: [elpa] scratch/psgml 3a6cd79: Move files to fit ELPA format
Date: Tue, 18 Oct 2016 16:04:17 +0000 (UTC)

branch: scratch/psgml
commit 3a6cd791e4f6ff8942b95935896fb534d7cb43ea
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    Move files to fit ELPA format
---
 lisp/ChangeLog => ChangeLog               |    0
 lisp/ECAT => ECAT                         |    0
 dist/README.psgml => README               |    0
 lisp/TODO => TODO                         |    0
 www/about_psgml.sgml => about_psgml.html  |    0
 {lisp => auxfiles}/bar.xml                |    0
 {lisp => auxfiles}/docfoo.sgml            |    0
 {lisp => auxfiles}/docfox.xml             |    0
 {lisp => auxfiles}/foo.sgml               |    0
 {lisp => auxfiles}/foo.xml                |    0
 {lisp => auxfiles}/reform.el              |    0
 {lisp => auxfiles}/test-result-11         |    0
 {lisp => auxfiles}/test-result-12         |    0
 dist/.gitignore                           |    4 -
 dist/INSTALL                              |  181 ---------------------
 dist/Makefile.def                         |   58 -------
 dist/Makefile.in                          |   64 --------
 dist/aclocal.m4                           |   29 ----
 dist/configure.in                         |   21 ---
 dist/install-sh                           |  238 ---------------------------
 dist/iso88591.map                         |  250 -----------------------------
 dist/mkdist                               |   58 -------
 dist/mkinstalldirs                        |   32 ----
 dist/send                                 |    3 -
 doc/.gitignore                            |   13 --
 doc/ChangeLog                             |   10 --
 doc/Makefile                              |   28 ----
 doc/fixxref.sh                            |    5 -
 lisp/psgml-api.el => psgml-api.el         |    0
 doc/psgml-api.texi => psgml-api.texi      |    0
 lisp/psgml-charent.el => psgml-charent.el |    0
 lisp/psgml-debug.el => psgml-debug.el     |    0
 lisp/psgml-dtd.el => psgml-dtd.el         |    0
 lisp/psgml-edit.el => psgml-edit.el       |    0
 lisp/psgml-fs.el => psgml-fs.el           |    0
 lisp/psgml-ids.el => psgml-ids.el         |    0
 lisp/psgml-info.el => psgml-info.el       |    0
 lisp/psgml-lucid.el => psgml-lucid.el     |    0
 lisp/psgml-maint.el => psgml-maint.el     |    0
 lisp/psgml-nofill.el => psgml-nofill.el   |    0
 lisp/psgml-other.el => psgml-other.el     |    0
 lisp/psgml-parse.el => psgml-parse.el     |    0
 lisp/psgml-sysdep.el => psgml-sysdep.el   |    0
 lisp/psgml-vars.el => psgml-vars.el       |    0
 lisp/psgml-xpr.el => psgml-xpr.el         |    0
 lisp/psgml.el => psgml.el                 |    0
 doc/psgml.texi => psgml.texi              |    0
 www/Makefile                              |   28 ----
 www/catalog                               |    1 -
 49 files changed, 1023 deletions(-)

diff --git a/lisp/ChangeLog b/ChangeLog
similarity index 100%
rename from lisp/ChangeLog
rename to ChangeLog
diff --git a/lisp/ECAT b/ECAT
similarity index 100%
rename from lisp/ECAT
rename to ECAT
diff --git a/dist/README.psgml b/README
similarity index 100%
rename from dist/README.psgml
rename to README
diff --git a/lisp/TODO b/TODO
similarity index 100%
rename from lisp/TODO
rename to TODO
diff --git a/www/about_psgml.sgml b/about_psgml.html
similarity index 100%
rename from www/about_psgml.sgml
rename to about_psgml.html
diff --git a/lisp/bar.xml b/auxfiles/bar.xml
similarity index 100%
rename from lisp/bar.xml
rename to auxfiles/bar.xml
diff --git a/lisp/docfoo.sgml b/auxfiles/docfoo.sgml
similarity index 100%
rename from lisp/docfoo.sgml
rename to auxfiles/docfoo.sgml
diff --git a/lisp/docfox.xml b/auxfiles/docfox.xml
similarity index 100%
rename from lisp/docfox.xml
rename to auxfiles/docfox.xml
diff --git a/lisp/foo.sgml b/auxfiles/foo.sgml
similarity index 100%
rename from lisp/foo.sgml
rename to auxfiles/foo.sgml
diff --git a/lisp/foo.xml b/auxfiles/foo.xml
similarity index 100%
rename from lisp/foo.xml
rename to auxfiles/foo.xml
diff --git a/lisp/reform.el b/auxfiles/reform.el
similarity index 100%
rename from lisp/reform.el
rename to auxfiles/reform.el
diff --git a/lisp/test-result-11 b/auxfiles/test-result-11
similarity index 100%
rename from lisp/test-result-11
rename to auxfiles/test-result-11
diff --git a/lisp/test-result-12 b/auxfiles/test-result-12
similarity index 100%
rename from lisp/test-result-12
rename to auxfiles/test-result-12
diff --git a/bugs/bug515351 b/bugs/bug515351
old mode 100755
new mode 100644
diff --git a/bugs/sentence-end-period b/bugs/sentence-end-period
old mode 100755
new mode 100644
diff --git a/dist/.gitignore b/dist/.gitignore
deleted file mode 100644
index 167ec79..0000000
--- a/dist/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-config.log
-config.status
-configure
diff --git a/dist/INSTALL b/dist/INSTALL
deleted file mode 100644
index a2c8722..0000000
--- a/dist/INSTALL
+++ /dev/null
@@ -1,181 +0,0 @@
-Basic Installation
-==================
-
-   These are generic installation instructions.
-
-   The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, a file
-`config.cache' that saves the results of its tests to speed up
-reconfiguring, and a file `config.log' containing compiler output
-(useful mainly for debugging `configure').
-
-   If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
-be considered for the next release.  If at some point `config.cache'
-contains results you don't want to keep, you may remove or edit it.
-
-   The file `configure.in' is used to create `configure' by a program
-called `autoconf'.  You only need `configure.in' if you want to change
-it or regenerate `configure' using a newer version of `autoconf'.
-
-The simplest way to compile this package is:
-
-  1. `cd' to the directory containing the package's source code and type
-     `./configure' to configure the package for your system.  If you're
-     using `csh' on an old version of System V, you might need to type
-     `sh ./configure' instead to prevent `csh' from trying to execute
-     `configure' itself.
-
-     Running `configure' takes awhile.  While running, it prints some
-     messages telling which features it is checking for.
-
-  2. Type `make' to compile the package.
-
-  3. Optionally, type `make check' to run any self-tests that come with
-     the package.
-
-  4. Type `make install' to install the programs and any data files and
-     documentation.
-
-  5. You can remove the program binaries and object files from the
-     source code directory by typing `make clean'.  To also remove the
-     files that `configure' created (so you can compile the package for
-     a different kind of computer), type `make distclean'.  There is
-     also a `make maintainer-clean' target, but that is intended mainly
-     for the package's developers.  If you use it, you may have to get
-     all sorts of other programs in order to regenerate files that came
-     with the distribution.
-
-Compilers and Options
-=====================
-
-   Some systems require unusual options for compilation or linking that
-the `configure' script does not know about.  You can give `configure'
-initial values for variables by setting them in the environment.  Using
-a Bourne-compatible shell, you can do that on the command line like
-this:
-     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
-
-Or on systems that have the `env' program, you can do it like this:
-     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
-
-Compiling For Multiple Architectures
-====================================
-
-   You can compile the package for more than one kind of computer at the
-same time, by placing the object files for each architecture in their
-own directory.  To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
-directory where you want the object files and executables to go and run
-the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
-
-   If you have to use a `make' that does not supports the `VPATH'
-variable, you have to compile the package for one architecture at a time
-in the source code directory.  After you have installed the package for
-one architecture, use `make distclean' before reconfiguring for another
-architecture.
-
-Installation Names
-==================
-
-   By default, `make install' will install the package's files in
-`/usr/local/bin', `/usr/local/man', etc.  You can specify an
-installation prefix other than `/usr/local' by giving `configure' the
-option `--prefix=PATH'.
-
-   You can specify separate installation prefixes for
-architecture-specific files and architecture-independent files.  If you
-give `configure' the option `--exec-prefix=PATH', the package will use
-PATH as the prefix for installing programs and libraries.
-Documentation and other data files will still use the regular prefix.
-
-   In addition, if you use an unusual directory layout you can give
-options like `--bindir=PATH' to specify different values for particular
-kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
-
-   If the package supports it, you can cause programs to be installed
-with an extra prefix or suffix on their names by giving `configure' the
-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
-
-Optional Features
-=================
-
-   Some packages pay attention to `--enable-FEATURE' options to
-`configure', where FEATURE indicates an optional part of the package.
-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
-is something like `gnu-as' or `x' (for the X Window System).  The
-`README' should mention any `--enable-' and `--with-' options that the
-package recognizes.
-
-   For packages that use the X Window System, `configure' can usually
-find the X include and library files automatically, but if it doesn't,
-you can use the `configure' options `--x-includes=DIR' and
-`--x-libraries=DIR' to specify their locations.
-
-Specifying the System Type
-==========================
-
-   There may be some features `configure' can not figure out
-automatically, but needs to determine by the type of host the package
-will run on.  Usually `configure' can figure that out, but if it prints
-a message saying it can not guess the host type, give it the
-`--host=TYPE' option.  TYPE can either be a short name for the system
-type, such as `sun4', or a canonical name with three fields:
-     CPU-COMPANY-SYSTEM
-
-See the file `config.sub' for the possible values of each field.  If
-`config.sub' isn't included in this package, then this package doesn't
-need to know the host type.
-
-   If you are building compiler tools for cross-compiling, you can also
-use the `--target=TYPE' option to select the type of system they will
-produce code for and the `--build=TYPE' option to select the type of
-system on which you are compiling the package.
-
-Sharing Defaults
-================
-
-   If you want to set default values for `configure' scripts to share,
-you can create a site shell script called `config.site' that gives
-default values for variables like `CC', `cache_file', and `prefix'.
-`configure' looks for `PREFIX/share/config.site' if it exists, then
-`PREFIX/etc/config.site' if it exists.  Or, you can set the
-`CONFIG_SITE' environment variable to the location of the site script.
-A warning: not all `configure' scripts look for a site script.
-
-Operation Controls
-==================
-
-   `configure' recognizes the following options to control how it
-operates.
-
-`--cache-file=FILE'
-     Use and save the results of the tests in FILE instead of
-     `./config.cache'.  Set FILE to `/dev/null' to disable caching, for
-     debugging `configure'.
-
-`--help'
-     Print a summary of the options to `configure', and exit.
-
-`--quiet'
-`--silent'
-`-q'
-     Do not print messages saying which checks are being made.
-
-`--srcdir=DIR'
-     Look for the package's source code in directory DIR.  Usually
-     `configure' can determine that directory automatically.
-
-`--version'
-     Print the version of Autoconf used to generate the `configure'
-     script, and exit.
-
-`configure' also accepts some other, not widely useful, options.
-
diff --git a/dist/Makefile.def b/dist/Makefile.def
deleted file mode 100644
index e13cab1..0000000
--- a/dist/Makefile.def
+++ /dev/null
@@ -1,58 +0,0 @@
-# Generated automatically from Makefile.in by configure.
-# Makefile.in 
-#
-# Makefile for the GNU Emacs lisp library, PSGML
-
-prefix = /usr/local
-datadir = ${prefix}/share
-lispdir = $(datadir)/emacs/site-lisp
-srcdir = .
-
-EMACS = emacs
-XEMACS = xemacs
-
-FLAGS = -batch -q -no-site-file -l ./psgml-maint.el
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-SHELL = /bin/sh
-
-compile:
-       $(EMACS) $(FLAGS) -f psgml-compile-files
-
-all: 
-       rm -f *.elc ; $(EMACS) $(FLAGS) -f psgml-compile-files
-
-
-install: compile installdirs 
-       $(SHELL) mkinstalldirs $(lispdir)
-       for p in *.elc; do \
-         echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
-         $(INSTALL_DATA) $$p $(lispdir)/$$p; \
-       done
-       $(INSTALL_DATA) iso88591.map $(lispdir)
-
-installdirs:
-       $(srcdir)/mkinstalldirs $(psgmldir)
-
-install-info:
-       $(INSTALL_DATA) psgml.info $(infodir)
-       $(INSTALL_DATA) psgml-api.info $(infodir)
-       if $(SHELL) -c 'install-info --version' \
-               >/dev/null 2>&1; then \
-               install-info --info-dir=$(infodir) psgml.info; \
-               install-info --info-dir=$(infodir) psgml-api.info; \
-       else true; fi
-
-
-xemacs:
-       $(MAKE) EMACS=xemacs all
-
-install-xemacs:
-       $(MAKE) EMACS=xemacs install
-
-
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
-
-# Makefile.in ends here
diff --git a/dist/Makefile.in b/dist/Makefile.in
deleted file mode 100644
index 70617ed..0000000
--- a/dist/Makefile.in
+++ /dev/null
@@ -1,64 +0,0 @@
-# Makefile.in 
-#
-# Makefile for the GNU Emacs lisp library, PSGML
-
-prefix = @prefix@
-datadir = @datadir@
-lispdir = @lispdir@
-infodir = @infodir@
-srcdir = @srcdir@
-
address@hidden@
-EMACS = @EMACS@
-XEMACS = xemacs
-
-VPATH = @srcdir@
-
-FLAGS = -batch -q -no-site-file -l ./psgml-maint.el
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-SHELL = /bin/sh
-
-compile:
-       $(EMACS) $(FLAGS) -f psgml-compile-files
-
-clean:
-       -rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
-              -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
-              -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
-       rm -f *.elc ;
-
-all: 
-       rm -f *.elc ; $(EMACS) $(FLAGS) -f psgml-compile-files
-
-
-install: compile 
-       $(SHELL) mkinstalldirs $(lispdir)
-       for p in *.elc; do \
-         echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
-         $(INSTALL_DATA) $$p $(lispdir)/$$p; \
-       done
-       $(INSTALL_DATA) iso88591.map $(lispdir)
-
-install-info:
-       $(INSTALL_DATA) psgml.info $(infodir)
-       $(INSTALL_DATA) psgml-api.info $(infodir)
-       if $(SHELL) -c 'install-info --version' \
-               >/dev/null 2>&1; then \
-               install-info --info-dir=$(infodir) psgml.info; \
-               install-info --info-dir=$(infodir) psgml-api.info; \
-       else true; fi
-
-
-xemacs:
-       $(MAKE) EMACS=xemacs all
-
-install-xemacs:
-       $(MAKE) EMACS=xemacs install
-
-
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
-
-# Makefile.in ends here
diff --git a/dist/aclocal.m4 b/dist/aclocal.m4
deleted file mode 100644
index e4d9732..0000000
--- a/dist/aclocal.m4
+++ /dev/null
@@ -1,29 +0,0 @@
-AC_DEFUN(AM_PATH_LISPDIR,
- [# If set to t, that means we are running in a shell under Emacs.
-  # If you have an Emacs named "t", then use the full path.
-  test "$EMACS" = t && EMACS=
-  AC_PATH_PROGS(EMACS, emacs xemacs, no)
-  if test $EMACS != "no"; then
-    AC_MSG_CHECKING([where .elc files should go])
-    dnl Set default value
-    lispdir="\$(datadir)/emacs/site-lisp"
-    if test "x$prefix" = "xNONE"; then
-      if test -d $ac_default_prefix/share/emacs/site-lisp; then
-        lispdir="\$(prefix)/share/emacs/site-lisp"
-      else
-        if test -d $ac_default_prefix/lib/emacs/site-lisp; then
-          lispdir="\$(prefix)/lib/emacs/site-lisp"
-        fi
-      fi
-    else
-      if test -d $prefix/share/emacs/site-lisp; then
-        lispdir="\$(prefix)/share/emacs/site-lisp"
-      else
-        if test -d $prefix/lib/emacs/site-lisp; then
-          lispdir="\$(prefix)/lib/emacs/site-lisp"
-        fi
-      fi
-    fi
-    AC_MSG_RESULT($lispdir)
-  fi
-  AC_SUBST(lispdir)])
diff --git a/dist/configure.in b/dist/configure.in
deleted file mode 100644
index c674ba4..0000000
--- a/dist/configure.in
+++ /dev/null
@@ -1,21 +0,0 @@
-dnl Process this file with autoconf to produce a `configure' script.
-dnl To rebuild `configure' from this, execute the command
-dnl    autoconf
-dnl in the directory containing this script.
-AC_PREREQ(2.9)dnl
-AC_INIT(psgml.el)
-
-PACKAGE=psgml
-VERSION=1.3.2
-AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
-AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
-
-AC_SET_MAKE
-AC_PROG_INSTALL
-AM_PATH_LISPDIR
-AC_PATH_PROG(MAKEINFO, makeinfo, no)
-AC_SUBST(PACKAGE)
-AC_SUBST(VERSION)
-AC_OUTPUT(Makefile)
-
-dnl configure.in ends here
diff --git a/dist/install-sh b/dist/install-sh
deleted file mode 100644
index 5871924..0000000
--- a/dist/install-sh
+++ /dev/null
@@ -1,238 +0,0 @@
-#! /bin/sh
-#
-# install - install a program, script, or datafile
-# This comes from X11R5.
-#
-# Calling this script install-sh is preferred over install.sh, to prevent
-# `make' implicit rules from creating a file called install from it
-# when there is no Makefile.
-#
-# This script is compatible with the BSD install script, but was written
-# from scratch.
-#
-
-
-# set DOITPROG to echo to test this script
-
-# Don't use :- since 4.3BSD and earlier shells don't like it.
-doit="${DOITPROG-}"
-
-
-# put in absolute paths if you don't have them in your path; or use env. vars.
-
-mvprog="${MVPROG-mv}"
-cpprog="${CPPROG-cp}"
-chmodprog="${CHMODPROG-chmod}"
-chownprog="${CHOWNPROG-chown}"
-chgrpprog="${CHGRPPROG-chgrp}"
-stripprog="${STRIPPROG-strip}"
-rmprog="${RMPROG-rm}"
-mkdirprog="${MKDIRPROG-mkdir}"
-
-transformbasename=""
-transform_arg=""
-instcmd="$mvprog"
-chmodcmd="$chmodprog 0755"
-chowncmd=""
-chgrpcmd=""
-stripcmd=""
-rmcmd="$rmprog -f"
-mvcmd="$mvprog"
-src=""
-dst=""
-dir_arg=""
-
-while [ x"$1" != x ]; do
-    case $1 in
-       -c) instcmd="$cpprog"
-           shift
-           continue;;
-
-       -d) dir_arg=true
-           shift
-           continue;;
-
-       -m) chmodcmd="$chmodprog $2"
-           shift
-           shift
-           continue;;
-
-       -o) chowncmd="$chownprog $2"
-           shift
-           shift
-           continue;;
-
-       -g) chgrpcmd="$chgrpprog $2"
-           shift
-           shift
-           continue;;
-
-       -s) stripcmd="$stripprog"
-           shift
-           continue;;
-
-       -t=*) transformarg=`echo $1 | sed 's/-t=//'`
-           shift
-           continue;;
-
-       -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
-           shift
-           continue;;
-
-       *)  if [ x"$src" = x ]
-           then
-               src=$1
-           else
-               # this colon is to work around a 386BSD /bin/sh bug
-               :
-               dst=$1
-           fi
-           shift
-           continue;;
-    esac
-done
-
-if [ x"$src" = x ]
-then
-       echo "install:  no input file specified"
-       exit 1
-else
-       true
-fi
-
-if [ x"$dir_arg" != x ]; then
-       dst=$src
-       src=""
-       
-       if [ -d $dst ]; then
-               instcmd=:
-       else
-               instcmd=mkdir
-       fi
-else
-
-# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
-# might cause directories to be created, which would be especially bad 
-# if $src (and thus $dsttmp) contains '*'.
-
-       if [ -f $src -o -d $src ]
-       then
-               true
-       else
-               echo "install:  $src does not exist"
-               exit 1
-       fi
-       
-       if [ x"$dst" = x ]
-       then
-               echo "install:  no destination specified"
-               exit 1
-       else
-               true
-       fi
-
-# If destination is a directory, append the input filename; if your system
-# does not like double slashes in filenames, you may need to add some logic
-
-       if [ -d $dst ]
-       then
-               dst="$dst"/`basename $src`
-       else
-               true
-       fi
-fi
-
-## this sed command emulates the dirname command
-dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
-
-# Make sure that the destination directory exists.
-#  this part is taken from Noah Friedman's mkinstalldirs script
-
-# Skip lots of stat calls in the usual case.
-if [ ! -d "$dstdir" ]; then
-defaultIFS='   
-'
-IFS="${IFS-${defaultIFS}}"
-
-oIFS="${IFS}"
-# Some sh's can't handle IFS=/ for some reason.
-IFS='%'
-set - `echo ${dstdir} | sed -e 's@/@address@hidden' -e 'address@hidden@/@'`
-IFS="${oIFS}"
-
-pathcomp=''
-
-while [ $# -ne 0 ] ; do
-       pathcomp="${pathcomp}${1}"
-       shift
-
-       if [ ! -d "${pathcomp}" ] ;
-        then
-               $mkdirprog "${pathcomp}"
-       else
-               true
-       fi
-
-       pathcomp="${pathcomp}/"
-done
-fi
-
-if [ x"$dir_arg" != x ]
-then
-       $doit $instcmd $dst &&
-
-       if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
-       if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
-       if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
-       if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
-else
-
-# If we're going to rename the final executable, determine the name now.
-
-       if [ x"$transformarg" = x ] 
-       then
-               dstfile=`basename $dst`
-       else
-               dstfile=`basename $dst $transformbasename | 
-                       sed $transformarg`$transformbasename
-       fi
-
-# don't allow the sed command to completely eliminate the filename
-
-       if [ x"$dstfile" = x ] 
-       then
-               dstfile=`basename $dst`
-       else
-               true
-       fi
-
-# Make a temp file name in the proper directory.
-
-       dsttmp=$dstdir/#inst.$$#
-
-# Move or copy the file name to the temp name
-
-       $doit $instcmd $src $dsttmp &&
-
-       trap "rm -f ${dsttmp}" 0 &&
-
-# and set any options; do chmod last to preserve setuid bits
-
-# If any of these fail, we abort the whole thing.  If we want to
-# ignore errors from any of these, just make sure not to ignore
-# errors from the above "$doit $instcmd $src $dsttmp" command.
-
-       if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
-       if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
-       if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
-       if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
-
-# Now rename the file to the real destination.
-
-       $doit $rmcmd -f $dstdir/$dstfile &&
-       $doit $mvcmd $dsttmp $dstdir/$dstfile 
-
-fi &&
-
-
-exit 0
diff --git a/dist/iso88591.map b/dist/iso88591.map
deleted file mode 100644
index 506a3ed..0000000
--- a/dist/iso88591.map
+++ /dev/null
@@ -1,250 +0,0 @@
--*-coding: iso-8859-1; -*-
-192 [Agrave]
-193 [Aacute]
-194 [Acirc ]
-195 [Atilde]
-196 [Auml  ]
-197 [Aring ]
-198 [AElig ]
-199 [Ccedil]
-200 [Egrave]
-201 [Eacute]
-202 [Ecirc ]
-203 [Euml  ]
-204 [Igrave]
-205 [Iacute]
-206 [Icirc ]
-207 [Iuml  ]
-208 [ETH   ]
-209 [Ntilde]
-210 [Ograve]
-211 [Oacute]
-212 [Ocirc ]
-213 [Otilde]
-214 [Ouml  ]
-216 [Oslash]
-217 [Ugrave]
-218 [Uacute]
-219 [Ucirc ]
-220 [Uuml  ]
-221 [Yacute]
-222 [THORN ]
-223 [szlig ]
-224 [agrave]
-225 [aacute]
-226 [acirc ]
-227 [atilde]
-228 [auml  ]
-229 [aring ]
-230 [aelig ]
-231 [ccedil]
-232 [egrave]
-233 [eacute]
-234 [ecirc ]
-235 [euml  ]
-236 [igrave]
-237 [iacute]
-238 [icirc ]
-239 [iuml  ]
-240 [eth   ]
-241 [ntilde]
-242 [ograve]
-243 [oacute]
-244 [ocirc ]
-245 [otilde]
-246 [ouml  ]
-248 [oslash]
-249 [ugrave]
-250 [uacute]
-251 [ucirc ]
-252 [uuml  ]
-253 [yacute]
-254 [thorn ]
-255 [yuml  ]
-34 "
-192 �
-193 �
-194 �
-195 �
-196 �
-197 �
-198 �
-199 �
-200 �
-201 �
-202 �
-203 �
-204 �
-205 �
-206 �
-207 �
-208 �
-209 �
-210 �
-211 �
-212 �
-213 �
-214 �
-216 �
-217 �
-218 �
-219 �
-220 �
-221 �
-222 �
-223 �
-224 �
-225 �
-226 �
-227 �
-228 �
-229 �
-230 �
-231 �
-232 �
-233 �
-234 �
-235 �
-236 �
-237 �
-238 �
-239 �
-240 �
-241 �
-242 �
-243 �
-244 �
-245 �
-246 �
-248 �
-249 �
-250 �
-251 �
-252 �
-253 �
-254 �
-255 �
-192 &Agrave;
-193 &Aacute;
-194 &Acirc;
-195 &Atilde;
-196 &Auml;
-197 &Aring;
-198 &AElig;
-199 &Ccedil;
-200 &Egrave;
-201 &Eacute;
-202 &Ecirc;
-203 &Euml;
-204 &Igrave;
-205 &Iacute;
-206 &Icirc;
-207 &Iuml;
-208 &ETH;
-209 &Ntilde;
-210 &Ograve;
-211 &Oacute;
-212 &Ocirc;
-213 &Otilde;
-214 &Ouml;
-216 &Oslash;
-217 &Ugrave;
-218 &Uacute;
-219 &Ucirc;
-220 &Uuml;
-221 &Yacute;
-222 &THORN;
-223 &szlig;
-224 &agrave;
-225 &aacute;
-226 &acirc;
-227 &atilde;
-228 &auml;
-229 &aring;
-230 &aelig;
-231 &ccedil;
-232 &egrave;
-233 &eacute;
-234 &ecirc;
-235 &euml;
-236 &igrave;
-237 &iacute;
-238 &icirc;
-239 &iuml;
-240 &eth;
-241 &ntilde;
-242 &ograve;
-243 &oacute;
-244 &ocirc;
-245 &otilde;
-246 &ouml;
-248 &oslash;
-249 &ugrave;
-250 &uacute;
-251 &ucirc;
-252 &uuml;
-253 &yacute;
-254 &thorn;
-255 &yuml;
-192 &#x00C0;
-193 &#x00C1;
-194 &#x00C2;
-195 &#x00C3;
-196 &#x00C4;
-197 &#x00C5;
-198 &#x00C6;
-199 &#x00C7;
-200 &#x00C8;
-201 &#x00C9;
-202 &#x00CA;
-203 &#x00CB;
-204 &#x00CC;
-205 &#x00CD;
-206 &#x00CE;
-207 &#x00CF;
-208 &#x00D0;
-209 &#x00D1;
-210 &#x00D2;
-211 &#x00D3;
-212 &#x00D4;
-213 &#x00D5;
-214 &#x00D6;
-216 &#x00D8;
-217 &#x00D9;
-218 &#x00DA;
-219 &#x00DB;
-220 &#x00DC;
-221 &#x00DD;
-222 &#x00DE;
-223 &#x00DF;
-224 &#x00E0;
-225 &#x00E1;
-226 &#x00E2;
-227 &#x00E3;
-228 &#x00E4;
-229 &#x00E5;
-230 &#x00E6;
-231 &#x00E7;
-232 &#x00E8;
-233 &#x00E9;
-234 &#x00EA;
-235 &#x00EB;
-236 &#x00EC;
-237 &#x00ED;
-238 &#x00EE;
-239 &#x00EF;
-240 &#x00F0;
-241 &#x00F1;
-242 &#x00F2;
-243 &#x00F3;
-244 &#x00F4;
-245 &#x00F5;
-246 &#x00F6;
-248 &#x00F8;
-249 &#x00F9;
-250 &#x00FA;
-251 &#x00FB;
-252 &#x00FC;
-253 &#x00FD;
-254 &#x00FE;
-255 &#x00FF;
diff --git a/dist/mkdist b/dist/mkdist
deleted file mode 100755
index 59b3bba..0000000
--- a/dist/mkdist
+++ /dev/null
@@ -1,58 +0,0 @@
-#! /bin/sh
-
-VERSION=1.3.2
-
-PSGML_SRC="ChangeLog psgml.el psgml-parse.el psgml-edit.el psgml-dtd.el \
-       psgml-info.el psgml-charent.el psgml-api.el \
-       psgml-sysdep.el psgml-other.el psgml-lucid.el psgml-maint.el \
-        psgml-debug.el psgml-fs.el psgml-ids.el" 
-
-PSGML_DOC="psgml-api.texi psgml.texi psgml-api.info psgml.info psgml.ps"
-
-DISTNAME=psgml-$VERSION
-
-do_tree=1
-do_tar=1
-
-while getopts "dt" opt ; do
-    case $opt in
-        d)
-            do_tree=1; do_tar=0;
-            ;;
-        t)
-            do_tree=0; do_tar=1;
-            ;;
-        *)
-            
-    esac
-done
-
-disttree() {
-       rm -rf $DISTNAME || exit 0
-        echo "Creating distribution"
-       mkdir $DISTNAME
-       cp iso88591.map \
-            INSTALL README.psgml configure configure.in Makefile.in\
-            install-sh mkinstalldirs \
-                $DISTNAME
-        cp Makefile.def $DISTNAME/Makefile 
-        (cd ../lisp; cp $PSGML_SRC ../dist/$DISTNAME)
-        (cd ../doc;  cp $PSGML_DOC ../dist/$DISTNAME)
-}
-
-disttar() {
-       rm -f $DISTNAME.tar.gz $DISTNAME.tar.gz.uu
-        echo "Creating tar $DISTDIR.tar"
-       tar cvf $DISTNAME.tar $DISTNAME
-       gzip -9 $DISTNAME.tar
-}
-
-#(cd ../lisp; make)
-
-if [ $do_tree ]; then
-    disttree    
-fi
-
-if [ $do_tar ]; then
-    disttar    
-fi
diff --git a/dist/mkinstalldirs b/dist/mkinstalldirs
deleted file mode 100755
index cd1fe0a..0000000
--- a/dist/mkinstalldirs
+++ /dev/null
@@ -1,32 +0,0 @@
-#! /bin/sh
-# mkinstalldirs --- make directory hierarchy
-# Author: Noah Friedman <address@hidden>
-# Created: 1993-05-16
-# Public domain
-
-errstatus=0
-
-for file
-do
-   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
-   shift
-
-   pathcomp=
-   for d in ${1+"$@"} ; do
-     pathcomp="$pathcomp$d"
-     case "$pathcomp" in
-       -* ) pathcomp=./$pathcomp ;;
-     esac
-
-     if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
-        mkdir "$pathcomp" || errstatus=$?
-     fi
-
-     pathcomp="$pathcomp/"
-   done
-done
-
-exit $errstatus
-
-# mkinstalldirs ends here
diff --git a/dist/send b/dist/send
deleted file mode 100755
index 087c647..0000000
--- a/dist/send
+++ /dev/null
@@ -1,3 +0,0 @@
-
-#rsync -essh psgml-1.3.1.tar.gz lyscvs:
-scp psgml-1.3.1.tar.gz lyscvs:
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644
index 3556d55..0000000
--- a/doc/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-*.aux
-*.cp
-*.cps
-*.dvi
-*.fn
-*.info
-*.ky
-*.log
-*.pg
-*.ps
-*.toc
-*.tp
-*.vr
diff --git a/doc/ChangeLog b/doc/ChangeLog
deleted file mode 100644
index 8e9d50d..0000000
--- a/doc/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-2005-03-11  Lennart Staflin  <address@hidden>
-
-       * psgml.texi: add dircategory Emacs (from Karl Eichwalder)
-
-       * psgml-api.texi: add dircategory Emacs (from Karl Eichwalder)
-
-2001-12-14  Lennart Staflin  <address@hidden>
-
-       * psgml.texi (sgml-add-element-to-element): added info about..
-
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index abf983a..0000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-srcdir = .
-MAKEINFO = makeinfo
-TEXI2DVI = texi2dvi
-INSTALL = /usr/bin/ginstall -c
-INSTALL_DATA = ${INSTALL} -m 644
-
-
-info: psgml.info psgml-api.info
-
-psgml.info: psgml.texi
-       $(MAKEINFO) psgml.texi
-
-psgml-api.info: psgml-api.texi
-       $(MAKEINFO) psgml-api.texi
-
-dvi: psgml.dvi psgml-api.dvi
-
-psgml.dvi: $(srcdir)/psgml.texi
-       $(TEXI2DVI) $(srcdir)/psgml.texi
-
-psgml-api.dvi:
-       $(TEXI2DVI) $(srcdir)/psgml-api.texi
-
-ps: psgml.ps
-
-psgml.ps: psgml.dvi
-       dvips psgml.dvi -o psgml.ps
-
diff --git a/doc/fixxref.sh b/doc/fixxref.sh
deleted file mode 100644
index b2d9d49..0000000
--- a/doc/fixxref.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-perl  -i.bak -p -e \
-'s!<a href="emacs.html#[^"]+">([^<]*)</a>!\1 in <cite>The Emacs 
Editor</cite>!' \
-    psgml.html
-    
-
diff --git a/lisp/psgml-api.el b/psgml-api.el
similarity index 100%
rename from lisp/psgml-api.el
rename to psgml-api.el
diff --git a/doc/psgml-api.texi b/psgml-api.texi
similarity index 100%
rename from doc/psgml-api.texi
rename to psgml-api.texi
diff --git a/lisp/psgml-charent.el b/psgml-charent.el
similarity index 100%
rename from lisp/psgml-charent.el
rename to psgml-charent.el
diff --git a/lisp/psgml-debug.el b/psgml-debug.el
similarity index 100%
rename from lisp/psgml-debug.el
rename to psgml-debug.el
diff --git a/lisp/psgml-dtd.el b/psgml-dtd.el
similarity index 100%
rename from lisp/psgml-dtd.el
rename to psgml-dtd.el
diff --git a/lisp/psgml-edit.el b/psgml-edit.el
similarity index 100%
rename from lisp/psgml-edit.el
rename to psgml-edit.el
diff --git a/lisp/psgml-fs.el b/psgml-fs.el
similarity index 100%
rename from lisp/psgml-fs.el
rename to psgml-fs.el
diff --git a/lisp/psgml-ids.el b/psgml-ids.el
similarity index 100%
rename from lisp/psgml-ids.el
rename to psgml-ids.el
diff --git a/lisp/psgml-info.el b/psgml-info.el
similarity index 100%
rename from lisp/psgml-info.el
rename to psgml-info.el
diff --git a/lisp/psgml-lucid.el b/psgml-lucid.el
similarity index 100%
rename from lisp/psgml-lucid.el
rename to psgml-lucid.el
diff --git a/lisp/psgml-maint.el b/psgml-maint.el
similarity index 100%
rename from lisp/psgml-maint.el
rename to psgml-maint.el
diff --git a/lisp/psgml-nofill.el b/psgml-nofill.el
similarity index 100%
rename from lisp/psgml-nofill.el
rename to psgml-nofill.el
diff --git a/lisp/psgml-other.el b/psgml-other.el
similarity index 100%
rename from lisp/psgml-other.el
rename to psgml-other.el
diff --git a/lisp/psgml-parse.el b/psgml-parse.el
similarity index 100%
rename from lisp/psgml-parse.el
rename to psgml-parse.el
diff --git a/lisp/psgml-sysdep.el b/psgml-sysdep.el
similarity index 100%
rename from lisp/psgml-sysdep.el
rename to psgml-sysdep.el
diff --git a/lisp/psgml-vars.el b/psgml-vars.el
similarity index 100%
rename from lisp/psgml-vars.el
rename to psgml-vars.el
diff --git a/lisp/psgml-xpr.el b/psgml-xpr.el
similarity index 100%
rename from lisp/psgml-xpr.el
rename to psgml-xpr.el
diff --git a/lisp/psgml.el b/psgml.el
similarity index 100%
rename from lisp/psgml.el
rename to psgml.el
diff --git a/doc/psgml.texi b/psgml.texi
similarity index 100%
rename from doc/psgml.texi
rename to psgml.texi
diff --git a/www/Makefile b/www/Makefile
deleted file mode 100644
index 81c00a1..0000000
--- a/www/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-TEXISRC=../doc/psgml.texi
-generated_html = about_psgml.html
-dest = lyshome:homepage/about_psgml
-dest2 = lyshome:/lysator/www/www-local/html/projects
-destmisc = $(dest)/about_psgml
-
-about_psgml.html: about_psgml.sgml Makefile
-       osgmlnorm -c ~/lib/sgml/catalog -d about_psgml.sgml   > 
about_psgml.html \
-               || rm -f about_psgml.html
-
-all: $(generated_html)
-
-test:
-       osgmlnorm -iTEST -d about_psgml.sgml > test.html
-
-psgml.html psgml_toc.html: $(TEXISRC)
-       texi2html -verbose $(TEXISRC)
-
-clean:
-       rm $(generated_html)
-
-install: about_psgml.html
-       scp about_psgml.html $(dest)
-install2: about_psgml.html
-       scp about_psgml.html $(dest2)
-
-
-
diff --git a/www/catalog b/www/catalog
deleted file mode 100644
index 8b13789..0000000
--- a/www/catalog
+++ /dev/null
@@ -1 +0,0 @@
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]