Next: Local.rules File, Previous: Building Packages, Up: Packaging [Contents][Index]
The following targets can be used when running make
to build the
packages:
Removes any documentation files that have been processed by TeX.
Does a mostlyclean
, plus removes generated postscript and dvi
files. Also removes any generated .elc files, along with the normal
.elc files in the package and HTML and .info files.
Use this when preparing a distribution. It kills anything that can be rebuilt.
Does a distclean
and also removes any backup files (*~)
and core files.
Creates the package-info file from the package-info.in and writes an entry in the package-index file.
Builds the package, including any Texinfo documentation (info format), writes an entry into the package-index file and builds a tarball of the package. Also writes an entry into setup-packages.ini which is later used in the creation of netinstaller’s setup.ini.
Builds and installs a package
Doesn’t build anything, just installs it.
Generate the package’s auto-autoloads.el file.
Creates the directories needed for installation and copies the files
there. Basically this is an alias for install-only
.
Builds the HTML versions of the documentation.
Does most of the work. Builds the elcs, infos at a minimum.
all
bindist
html
install
install-only
clean
distclean