-# DWF - DataWorks Database Format 1.0
+# DWF - DataWorks Database Format 1.0 {#FORMATv1}
DWF is a simple database format designed for DataWorks.
| `signature` | |
| `infoentry` | |
| uint64\_t | Last modified time of the database |
-| 256 `indexentry` | |
+| `indexentry` | 1st one |
+| `indexentry` | 2nd one |
+| ... | |
+| `indexentry` | 256th one |
| `dbentry` | 1st one |
| `dbentry` | 2nd one |
| ... | |
/**
* @~english
- * @ref FORMAT
* @brief indexentry for v1 database.
+ * @note See \ref FORMATv1 for more info.
*
*/
struct dataworks_db_v1_indexentry {
char dbname[256];
char fields[4096];
};
-
+
/**
* @~english
* @brief Creates the database.
archive:
$(MAKE) archive-prepare
- $(MAKE) archive-targz PREP=NO
- $(MAKE) archive-zip PREP=NO
+ -$(MAKE) archive-targz PREP=NO
+ -$(MAKE) archive-zip PREP=NO
$(MAKE) archive-cleanup