--- trunk/projects/vocabularies/README 2007/12/04 21:09:34 5 +++ trunk/projects/vocabularies/README 2007/12/04 22:22:28 6 @@ -24,11 +24,13 @@ Maintainance ============ -To add a vocabulary, create the appropriate subdirectory under src/, -say src/NewVocab, and add a Makefile.in which creates -src/NewVocab/NewVocab.ttl, src/NewVocab/NewVocab.rdf and -src/NewVocab/Notes. The Makefile.in should allow its release -information to be set in the same way that src/AOIM/Makefile.in (for -example) does. +To add a vocabulary: -Then add the new Makefile.in to the bottom of configure.ac. + 1. Create the appropriate subdirectory under src/, say src/NewVocab + 2. Add a Makefile.in in that directory which creates at least + src/NewVocab/NewVocab.ttl, src/NewVocab/NewVocab.rdf and + src/NewVocab/Notes. The Makefile.in should allow its release + information to be set in the same way that src/AOIM/Makefile.in (for + example) does. + 3. Add NewVocab to src/Makefile.in's SUBDIRS variable. + 4. Add the new Makefile.in to the bottom of configure.ac.