mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 22:13:47 -04:00
24 lines
848 B
Plaintext
24 lines
848 B
Plaintext
$NetBSD: patch-doc_simulavr_texinfo,v 1.1 2013/09/12 06:20:35 mef Exp $
|
|
|
|
Add directory entry information. Without this, ${PREFIX}/info/dir
|
|
won't be updated by install-info. Typical error message will be:
|
|
----
|
|
% install-info --dir-file=/usr/pkg/info/dir ./work/simulavr-1.0.0/doc/simulavr.info
|
|
install-info: warning: no info dir entry in `./work/simulavr-1.0.0/doc/simulavr.info'
|
|
----
|
|
|
|
--- doc/simulavr.texinfo.orig 2012-02-13 00:26:38.000000000 +0900
|
|
+++ doc/simulavr.texinfo 2013-08-14 14:04:34.000000000 +0900
|
|
@@ -36,6 +36,11 @@ by the Free Software Foundation.
|
|
|
|
@end copying
|
|
|
|
+@dircategory SimulAVR
|
|
+@direntry
|
|
+* Simulavr: (SimulAVR). A simulator for the Atmel AVR family of microcontrollers.
|
|
+@end direntry
|
|
+
|
|
@titlepage
|
|
@title SimulAVR - an AVR simulation framework
|
|
@subtitle A simulator for the Atmel AVR family of microcontrollers.
|