diff options
author | P. J. McDermott <pehjota> | 2014-09-02 15:09:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-02 15:09:27 (EDT) |
commit | 862204f38e73f37e217144eefc3cc8726fcdaa00 (patch) | |
tree | cf62dca5eced7fce38d628ee811993c71d347d57 /doc | |
parent | 0e436127a20e058ea1f4dfa9b908894e9622fe89 (diff) |
doc/pkg/basic-expat: Add back link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pkg/basic-expat.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pkg/basic-expat.mdwn b/doc/pkg/basic-expat.mdwn index 169658f..a71c3fb 100644 --- a/doc/pkg/basic-expat.mdwn +++ b/doc/pkg/basic-expat.mdwn @@ -1,5 +1,7 @@ [[!meta title="Basic Packaging Tutorial"]] +[[← Back to Package Development Tutorials|doc/pkg]] + In this introduction to software packaging, we will package the Expat XML parser library. This is a pretty simple but complete package, consisting of a shared library and its development files plus an executable utility and some |