Skip to content

Commit

Permalink
GNU autotools configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcastel committed Aug 8, 2020
1 parent 2bc5584 commit b831347
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ var
configure
COPYING
INSTALL
out
7 changes: 5 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title : Repository change log
revision : 2020-08-08 (Sat) 07:31:19
revision : 2020-08-08 (Sat) 12:25:10
---

### Pending tasks

- Dictionaries: the word lists used to generate AIT passphrases and passwords needs to be integrated to this package.
(and its taxonomy adapted as it differs to what has been standardises here)

- Glossaries: decide where the `science-fr/` image resources should be located... and possibly convert all to PNG

- Quotes: correct the buffer overrun in `df-y2k` bug (see file `french-bug.yaml` file)

- Quotes: many redundant entries to zap. Take care when consolidating to keep tags.
Expand All @@ -29,14 +31,15 @@ revision : 2020-08-08 (Sat) 07:31:19
- Quotes: French quotes were primarily obtained from a unique source one or two decades ago without keeping track of the source.
Some research needs to be done to give due credit.

### 2020-08-08 (Sat) 07:31:19 {#wip}
### 2020-08-08 (Sat) 12:25:10 {#wip}

+ First draft of repository's [stragegy](Strategy) and [roadmap](Roadmap)
+ Created the necessary [README](README.md) and [change log](ChangeLog) files
+ Re-organised top-level directories and reformated many non-YAML files to YAML
+ Re-worked quotes to standardise previous Markdown markup into a YAML _schema_
+ Started the `authors.yaml` file to centralise data about quote authors
+ Added UUID to all quotes for subsequent referencing
+ Added GNU build setup
- Deprecated the use of Markdown files for structured data; Markdown markup remains in use in target YAML files

<!-- vim: set digraph et nospell syn=md :-->
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SUBDIRS =
SUBDIRS += src/quotes
SUBDIRS = src/acronyms src/clists src/dict src/glossary src/quotes
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Tutorial Program], 1.0)
AC_INIT([AIT Reference],0.74.5,,ait-reference,http://github.com/ISLEcode/ait-reference)
AC_CONFIG_AUX_DIR([var])
AC_CONFIG_MACRO_DIR([var])
AC_CANONICAL_BUILD
Expand All @@ -7,5 +7,5 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(oss/sclog4c/Makefile)
AC_CONFIG_FILES(src/acronyms/Makefile src/clists/Makefile src/dict/Makefile src/glossary/Makefile src/quotes/Makefile)
AC_OUTPUT

0 comments on commit b831347

Please sign in to comment.