summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-07-21Add man page for netctl-auto(1)Sebastian Wicki1-1/+1
2013-04-15Don't rebuild the manpages on installJouke Witteveen1-1/+5
Only (forcefully) rebuild them when generating a source tarball. This is an addendum to 9b500.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-14/+5
This commit contains the moving of files.
2012-04-30Move the website to a websiteJouke Witteveen1-5/+8
Give users a way to stumble upon this marvelous piece of literature that had completely been forgotten (it was introduced in the repository around netcfg 2.6, but never installed).
2012-04-03Leave out javascript in html documentationJouke Witteveen1-1/+1
This shaves a few kilobytes.
2012-03-04Overhaul of documentationJouke Witteveen1-0/+18
- Documentation now uses asciidoc instead of pandoc. - Documentation is updated. - More documentation is installed. - The Makefile has been revised. - Autocompletion files must now be installed through the PKGBUILD. - contrib/11netcfg has been deleted. It is unmaintained and duplicated in pm-utils. This closes FS#25587. - contrib/common.hook has been deleted. It demonstrated a feature that the target audience is already familiar with and didn't work anyway. This closes FS#27496. Developers are free to write unwieldy scripts in the {PRE,POST}_{UP,DOWN} variables.